Rewrite install step callbacks to use the array model Ævar said I should use like...
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 9 Nov 2010 15:58:18 +0000 (15:58 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 9 Nov 2010 15:58:18 +0000 (15:58 +0000)
commit25706d987f8c466015ef6f56dbf027056ab20f11
tree386dd1822b0327fd5e37db861ae294762ac9860d
parent509d8b408a0ecdc740ac465228b65e41d7f4c87c
Rewrite install step callbacks to use the array model Ævar said I should use like 6 months ago. Still no way for extensions to hook into this, but it's a lot cleaner now for them to maybe do it. Also rids of the useless one-line wrappers around install steps in other objects.
includes/installer/CoreInstaller.php
includes/installer/Installer.php
includes/installer/MysqlInstaller.php